-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: update rust toolchains #1945
Conversation
e798afd
to
5acc2a2
Compare
5acc2a2
to
32dd8b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New clippy -- new life! 🎉
@@ -15,7 +15,7 @@ jobs: | |||
run_checks: | |||
strategy: | |||
matrix: | |||
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74"] | |||
rust_toolchain_version: ["1.71", "1.72", "1.73", "1.74", "1.75", "1.76", "beta"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about beta
though?..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plus do we have to support 1.71 still? CI might not like building 75% more versions than it does now.
Oh no, the doc does not build...
|
Gonna close it as old. |
See #1650 (comment)